home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / TXT / QSETUP.TXT < prev    next >
Text File  |  1997-02-14  |  688b  |  14 lines

  1.  
  2. To see why I created QSETUP look at this.  PMWSETUP allows you to
  3. configure how much XMS will be alloc during startup but this only affects
  4. operation under RAW, XMS and VCPI mode.  So under DPMI you will be allowed
  5. to alloc as much as possible. Before I created QSETUP program the QLIB package
  6. would do just that.  If your application uses spawn...()
  7. functions then under DPMI there will be no RAM for the new apps under DPMI
  8. even if you use PMWSETUP.  So what QSETUP does is configure how much QLIB
  9. will allocate at max during startup.  But you still must use the PMWSETUP
  10. utility a long with QSETUP or else PMODE/W will still alloc all ram under
  11. VCPI, XMS or RAW modes.
  12.  
  13.  
  14.